h1.title-one {
    left: 19.5rem;
    position: relative;
    color: #fff !important;
    font-family: "Inter-Regular" !important;
    width: max-content;

}

li {
    font-family: "Inter-Regular";
}

a.phone-number-two {
    color: #003e90;
    font-size: 1.25rem;
    font-family: "Inter-Regular";
}

a.email-address-two {
    color: #003e90;
    font-size: 1.25rem;
    font-family: "Inter-Regular";
}
.rwu-gwc-background {
    background: #003e90;
    width: 119rem;
    left: -19rem;
    position: relative;
    padding-bottom: 1rem;
    margin-top: -1rem;
    padding-top: 30px;
}
h2.title-two {
    margin-top: 2rem;
    font-family: "Inter-Bold";

}

h2.title-three {
    margin-top: 2rem;
    font-family: "Inter-Bold";
}

h2.title-four {
    margin-top: 2rem;
    font-family: "Inter-Bold";

}

h2.title-five {
    margin-top: 2rem;
    font-family: "Inter-Bold";

}

h2.title-six {
    margin-top: 2rem;
    font-family: "Inter-Bold";

}

a.rwu-link {
    color: #fff;
    text-decoration: none;
}

a.rwu-link:hover {
    color: #000;
}

button#RegisterBtn:hover {
    outline: 2px dashed #000;
    border: none;
    transition: .6s;
}

@media (min-width:1537px) and (max-width:1746px) {
    .rwu-gwc-background {
        width: 114rem;
        left: -19rem;
    }
}

@media (min-width:1281px) and (max-width:1536px) {

    .rwu-gwc-background {
        width: 107rem;
        left: -19rem;
    }
}

@media (min-width:1025px) and (max-width:1280px) {

    .rwu-gwc-background {
        width: 94rem;
        left: -19rem;
    }
}

@media (min-width:961px) and (max-width:1024px) {
    .rwu-gwc-background {
        width: 81rem;
        position: relative;
    }
}

@media (min-width:769px) and (max-width:960px) {
    .rwu-gwc-background {
        width: 67rem;
        left: -15rem;
    }
}

@media (min-width:426px) and (max-width:768px) {
    .rwu-gwc-background {
        width: 66rem;
    }
}

@media (min-width:376px) and (max-width:425px) {
    .rwu-gwc-background {
        width: 25rem;
        left: -1rem;
    }

    h1.title-one {
        font-size: 1.5rem;
        left: 1rem;
    }

}

@media (min-width:321px) and (max-width:375px) {
    h1.title-one {
        left: 19.5rem;
        font-size: 1.25rem;
    }

    .rwu-gwc-background {

        width: 42rem;
        left: -19rem;
    }
}